Welcome![Sign In][Sign Up]
Location:
Search - libsvm matlab

Search list

[AI-NN-PRlibsvm-mat-2.88-1

Description: 最小二乘支持向量机工具包,内嵌在Matlab环境中运行-LS—SVM tools
Platform: | Size: 110592 | Author: wangkai73 | Hits:

[AI-NN-PRlibsvmintroduction

Description: libsvm使用说明,学习心得,介绍libsvm工具箱使用中出现的方法问题-libsvm toolbox based on matlab introduction
Platform: | Size: 240640 | Author: lili | Hits:

[AI-NN-PRlibsvm-mat-2[1].89-3

Description: svm多分类器,包括多分类和GA算法和PSO算法优化的SVM-svm multi-classifier, including the multi-classification and GA algorithm and PSO algorithm for optimization of SVM
Platform: | Size: 494592 | Author: 何同学 | Hits:

[Mathimatics-Numerical algorithms20091216161137916LibSvm

Description: 这是LibSvm 使用说明学习心得以及libsvm在MATLAB应用中的接口程序-This is a learning experience, as well as LibSvm instructions libsvm interface in the MATLAB application program
Platform: | Size: 104448 | Author: 李琴 | Hits:

[matlablibsvm-mat-2[2].89-3-GA

Description:
Platform: | Size: 499712 | Author: luoyunqian | Hits:

[AI-NN-PRSVMcgForRegress

Description: livsvm参数寻优程序,率定libsvm做回归时的参数c,g-livsvm parameter optimization procedure, rate of return when the parameters of libsvm do c, g
Platform: | Size: 1024 | Author: chongzi | Hits:

[AI-NN-PRLibSvmUsing(lib)SVMTutorial

Description: 我一直覺得 SVM 是個很有趣的東西,不過也一直沒辦法 (mostly 衝堂) 去聽林智仁老師 的 Data mining 跟 SVM 的課; 後來看了一些網路上的文件跟聽 kcwu 講了一下 libsvm 的用法後,就想整理一下,算是對於並不需要知道完整 SVM 理論的人提供使用 libsvm 的入門。-I always think that SVM is a very interesting thing, however, has been no way to (mostly red hall) to listen to the teacher Lin Zhiren Data mining with SVM class was reading some documents on the web to listen to kcwu talked about with the usage of libsvm later, wanted to tidy up can be considered for the SVM does not need to know the complete theory of entry to provide the use of libsvm.
Platform: | Size: 24576 | Author: Alec | Hits:

[Mathimatics-Numerical algorithmsosu-svm-3.23

Description: LIBSVM osu 工具包 matlab界面可直接调用-LIBSVM osu kit matlab interface can be directly invoked
Platform: | Size: 427008 | Author: skyline | Hits:

[2D GraphicPCA_SVM

Description: 此方法采用经典的PCA对人脸图像进行特征提取,用libsvm库函数的SVM分类器对图像分类。-This method uses the classical PCA on the face image feature extraction, with the libsvm library function of SVM classifier for image classification.
Platform: | Size: 6144 | Author: zhangpei | Hits:

[AI-NN-PRlibsvm

Description: 支持向量机(SVM)matlab 代码,附有详细的使用说明及举例讲解。 -This tool provides a simple interface to LIBSVM, a library for support vector machines.
Platform: | Size: 40960 | Author: Tqing | Hits:

[Otherlibsvm-mat-2.89-3-[farutoUltimateVersion1.0]

Description: matlab libsvm工具箱,有价值-matlab libsvm toolbox, valuable
Platform: | Size: 628736 | Author: 李昕 | Hits:

[matlab56745921libsvm-matlab2.85

Description: 一个很好的matlab总svm组建,调试后非常好用-A good general svm matlab formed, was very useful debugging
Platform: | Size: 81920 | Author: xiongxiong | Hits:

[matlablibsvm

Description: 基于matlab的SVM(支持向量机)算法。作为非常流行的svm工具,可以实现基于SVM的数据分析,能够应用于人工智能及模式识别领域。-Matlab based on the expectation-maximization algorithm for Gaussian mixture model (GMM) toolkit. GMM-based data can be analyzed, can be used in the field of artificial intelligence and pattern recognition.
Platform: | Size: 96256 | Author: Zhao Sixuan | Hits:

[matlabSVMTrain

Description: libsvm用于matlab环境下,简小易用,速度非常快。-libsvm for matlab environment, simple small easy to use, very fast.
Platform: | Size: 2048 | Author: | Hits:

[matlabCODE

Description: 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序是下载的一个通用的虹膜识别程序,可以运行 5 GML_AdaBoost_Matlab_Toolbox是一个很好用的adaboost matlab工具箱 6 libsvm-mat-2.91-1 是用C编写的改进的SVM程序,代码质量很高,提供了matlab接口 7 SIFT_Matlab 是编写的利用sift特征进行的宽基线匹配,代码质量高 8 FLDfisher 是利用fisher 线性降维方法进行人脸识别-1.GeometricContext file is complete the picture in the geometric direction of target classification. References " Automatic Photo Pop-up" Hoiem 2005 2 GrabCut the target file is an interactive segmentation of image reference " " GrabCut " - Interactive Foreground Extraction using Iterated Graph Cuts" C. Rother 2004 3 HOG documents prepared under their own HOG Characteristics of pedestrian detection matlab code 4 iris recognition process is to download a general iris recognition program, you can run 5 GML_AdaBoost_Matlab_Toolbox is a good use of adaboost matlab toolbox 6 libsvm-mat-2.91-1 is written in C to improve the SVM procedures, code of high quality, provides a matlab interface to 7 SIFT_Matlab is prepared for the use of sift features a wide baseline matching, the code is the use of high quality 8 FLDfisher fisher linear dimension reduction method for face recognition
Platform: | Size: 6918144 | Author: 张数 | Hits:

[matlabcrossvalind

Description: matlab的svm中使用的交叉验证函数(kfold),一般libsvm数据包中没有,需要自己加入-The svm matlab to use the cross-validation function (kfold), general packet libsvm no need to add yourself
Platform: | Size: 3072 | Author: weiqier | Hits:

[matlabboiler_process

Description: matlab的boiler_process函数,在应用libsvm中必不可少-The boiler_process matlab function, essential in the application libsvm
Platform: | Size: 1024 | Author: weiqier | Hits:

[matlabmapminmax

Description: matlab的mapminmax函数(投影映射),在使用libsvm中没有它总是报错-The mapminmax matlab function (projection map), in the use of libsvm not it always error ~ ~
Platform: | Size: 2048 | Author: weiqier | Hits:

[Special Effectslibsvm-3.1

Description: 给文件是林贵人博士所开发的c版本支持向量机的源文件,是目前应用最广泛的源程序之一,适用于图像处理,线性拟合,分类等问题。-it is a toolbox of matlab,and the function is used to classify and regression,and so on.
Platform: | Size: 646144 | Author: 新江 | Hits:

[matlabtransform

Description: matlab例程,实现将图像样本转换成libsvm数据格式,并写入txt文件(附有测试和训练数据)-matlab routine to achieve the image samples into libsvm data format, and write txt file (with the test and training data)
Platform: | Size: 106496 | Author: zyx | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »

CodeBus www.codebus.net